Authorizations
See the documentation for more information.
Path Parameters
Body
application/json
Must be a valid date in the format <code>Y-m-d H:i:s</code>.
Example:
"2025-11-19 11:22:01"
Must be a valid date in the format <code>Y-m-d H:i:s</code>.
Example:
"2025-11-19 11:22:01"
Available options:
Interruption.Begin, Interruption.End, Other, Sample.Clock, Sample.Periodic, Transaction.Begin, Transaction.End, Trigger Example:
"Transaction.Begin"
Available options:
Current.Export, Current.Import, Current.Offered, Energy.Active.Export.Register, Energy.Active.Import.Register, Energy.Reactive.Export.Register, Energy.Reactive.Import.Register, Energy.Active.Export.Interval, Energy.Active.Import.Interval, Energy.Reactive.Export.Interval, Energy.Reactive.Import.Interval, Frequency, Power.Active.Export, Power.Active.Import, Power.Factor, Power.Offered, Power.Reactive.Export, Power.Reactive.Import, RPM, SoC, Temperature, Voltage Example:
"Energy.Reactive.Import.Interval"
Available options:
L1, L2, L3, N, L1-N, L2-N, L3-N, L1-L2, L2-L3, L3-L1 Example:
"L3"
Available options:
Body, Inlet, Cable, Outlet, EV Example:
"Cable"
Available options:
Wh, kWh, varh, kvarh, W, kW, VA, kVA, var, kvar, A, V, Celsius, Fahrenheit, K, Percent Example:
"kvarh"
Must not be greater than 10000.
Example:
1
Available options:
desc, asc Example:
"desc"
Response
200 - application/json
Example:
[
{
"id": 1,
"charger_id": 10,
"charger_connector_id": null,
"charger_transaction_id": null,
"timestamp": "2025-10-20T11:01:34.000000Z",
"value": "11278",
"context": "Transaction.Begin",
"format": "Raw",
"measurand": "Power.Factor",
"phase": "L2-N",
"location": "Body",
"unit": "kWh"
},
{
"id": 2,
"charger_id": 11,
"charger_connector_id": null,
"charger_transaction_id": null,
"timestamp": "2025-11-09T05:23:35.000000Z",
"value": "2266",
"context": "Transaction.End",
"format": "Raw",
"measurand": "Energy.Reactive.Import.Register",
"phase": null,
"location": "Outlet",
"unit": "kW"
}
]